home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
music
/
omdpt123.lha
/
OMED_PT123.lzx
/
rexx
/
delnotecmd.omed
< prev
next >
Wrap
Text File
|
2001-07-10
|
419b
|
21 lines
/* Delete note+cmd with space - Case 28-11-95 */
address OCTAMED_REXX
options results
'op_get space var space'
if space = 0 then do
'op_get advline var advline'
if advline = 0 then do
'ed_clearnotecmd note cmd'
exit
end
if advline = 2 then do
'ed_clearnotecmd note cmd'
exit
end
end
'op_set space off'
'op_get spaceval var spaceval'
'ed_clearnotecmd note cmd'
'op_set space on'
'ed_advanceline LINES' spaceval-1 'down'